From 9c3ea3f9a05001eba83c8bb3052f635a97fa9eaa Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 4 Oct 2017 10:20:03 +0100 Subject: [PATCH] ComboBox|TreeMenu: Slightly clarify wrap-width doc --- gtk/gtkcombobox.c | 5 ++--- gtk/gtktreemenu.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 5937c2c8f9..509b5c6286 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -666,9 +666,8 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass) /** * GtkComboBox:wrap-width: * - * If wrap-width is set to a positive value, the list will be - * displayed in multiple columns, the number of columns is - * determined by wrap-width. + * If wrap-width is set to a positive value, items in the popup will be laid + * out along multiple columns, starting a new row on reaching the wrap width. * * Since: 2.4 */ diff --git a/gtk/gtktreemenu.c b/gtk/gtktreemenu.c index c62b5dfb24..bc98a1358f 100644 --- a/gtk/gtktreemenu.c +++ b/gtk/gtktreemenu.c @@ -298,9 +298,8 @@ _gtk_tree_menu_class_init (GtkTreeMenuClass *class) /* * GtkTreeMenu:wrap-width: * - * If wrap-width is set to a positive value, the list will be - * displayed in multiple columns, the number of columns is - * determined by wrap-width. + * If wrap-width is set to a positive value, items in the popup will be laid + * out along multiple columns, starting a new row on reaching the wrap width. * * Since: 3.0 */ -- 2.30.2